home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-05 | 353 b | 15 lines | [TEXT/KAHL] |
- //____________________________________________________________
- // Globals.c
- //
- // Copyright © Dan Parks Sydow, 1995
- // From the book:
- // "Graphics and Sound Programming Techniques for the Mac",
- // M&T Books, 1995
-
-
- //____________________________________________________________
-
- Boolean gDone = false;
- short gWindowCount = 0;
-
-